projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d206af1
)
(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 06:51:08 +0000
(06:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 06:51:08 +0000
(06:51 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 038a0b87a2eab16f832900a125e61bd86ed14693..ff03046e3ca614fbe20ac35c026d6de97edb9da7 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3496,7
+3496,7
@@
This does code conversion according to the value of\n\
total = READ_BUF_SIZE;
if (NILP (visit) && total > 0)
- prepare_to_modify_buffer (PT, PT);
+ prepare_to_modify_buffer (PT, PT
, NULL
);
move_gap (PT);
if (GAP_SIZE < total)